winglian commited on
Commit
c5dedb1
1 Parent(s): b56503d

remove with section, doesn't seem to work (#551)

Browse files
Files changed (1) hide show
  1. .github/workflows/pypi.yml +1 -3
.github/workflows/pypi.yml CHANGED
@@ -12,11 +12,9 @@ jobs:
12
  runs-on: ubuntu-latest
13
  environment:
14
  name: pypi
15
- url: https://pypi.org/p/axolotl-ai
16
  permissions:
17
  id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
18
- with:
19
- verbose: true
20
  steps:
21
  # retrieve your distributions here
22
  - name: Publish package distributions to PyPI
 
12
  runs-on: ubuntu-latest
13
  environment:
14
  name: pypi
15
+ url: https://pypi.org/p/axolotl
16
  permissions:
17
  id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
 
 
18
  steps:
19
  # retrieve your distributions here
20
  - name: Publish package distributions to PyPI