We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd224ef commit d0a0cb2Copy full SHA for d0a0cb2
.github/workflows/wheels.yml
@@ -74,6 +74,11 @@ jobs:
74
name: Create a new release
75
needs: [build_sdist, build_wheels]
76
runs-on: ubuntu-latest
77
+ environment:
78
+ name: pypi
79
+ url: https://pypi.org/project/pydemumble/
80
+ permissions:
81
+ id-token: write
82
# Upload to PyPI on every tag starting with 'v'
83
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
84
@@ -86,5 +91,3 @@ jobs:
86
91
87
92
- name: Release to PyPI
88
93
uses: pypa/gh-action-pypi-publish@v1.9.0
89
- with:
90
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments