Skip to content

Commit

Permalink
Update pypi update github action
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <[email protected]>
  • Loading branch information
johannes-mueller committed Aug 1, 2024
1 parent df3dd63 commit 3992397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy-odbclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: artifact-wheel
path: dist

- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@v1.9.0
with:
# user: __token__
# password: ${{ secrets.upload_pypi }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy-odbserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: artifact-wheel
path: dist

- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@v1.9.0
with:
# user: __token__
# password: ${{ secrets.upload_pypi }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
name: artifact-wheel
path: dist

- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@v1.9.0
with:
# user: __token__
# password: ${{ secrets.upload_pypi }}
Expand Down

0 comments on commit 3992397

Please sign in to comment.