Skip to content

Commit da17f45

Browse files
authored
updated Wheels.yml file (#67)
* ci: pass PYPI_API_TOKEN secret to upload action in wheels.yml (#68)
1 parent aa33c87 commit da17f45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- name: Upload to PyPI
9191
uses: pypa/gh-action-pypi-publish@release/v1.12
9292
with:
93+
password: ${{ secrets.PYPI_API_TOKEN }}
9394
packages-dir: wheels/
9495
# already checked, and the pkginfo/twine versions on this runner causes check to fail
9596
verify-metadata: false

0 commit comments

Comments
 (0)