We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf859fd commit 2dd52ddCopy full SHA for 2dd52dd
.github/workflows/pypi.yml
@@ -16,10 +16,10 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
19
- pip install setuptools wheel twine
+ pip install build twine
20
- name: Build and publish
21
env:
22
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
23
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_USERNAME: __token__
+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
24
25
make upload
0 commit comments