remove with section, doesn't seem to work (#551)
Browse files
.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
|
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
|