Fix upload sdist
This commit is contained in:
parent
de1a74d459
commit
baa474f5b8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sdist
|
||||
path: dist/sqlcipher3-wheels-*.tar.gz
|
||||
path: dist/sqlcipher3_wheels-*.tar.gz
|
||||
|
||||
build-wheels:
|
||||
needs: prepare-sqlite
|
||||
|
|
@ -201,4 +201,4 @@ jobs:
|
|||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue