We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239e482 commit 54c8395Copy full SHA for 54c8395
.github/workflows/release.yml
@@ -12,8 +12,6 @@ jobs:
12
release:
13
14
runs-on: ubuntu-22.04
15
- # Specifying a GitHub environment is optional, but strongly encouraged
16
- environment: release
17
permissions:
18
# IMPORTANT: this permission is mandatory for trusted publishing
19
id-token: write
@@ -39,7 +37,6 @@ jobs:
39
37
run: python -mbuild
40
38
41
- name: Upload release
42
- run: twine upload -u "$TWINE_USERNAME" -p "$TWINE_PASSWORD" dist/*
43
- env:
44
- TWINE_USERNAME: __token__
45
- TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ packages-dir: dist/
requirements-dev.txt
@@ -6,5 +6,4 @@
6
mypy
7
build
8
setuptools>=68.2.2
9
-twine
10
wheel
0 commit comments