We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ed70bc + c869a01 commit 6cb697bCopy full SHA for 6cb697b
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Publish package
103
if: matrix.upload && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'
104
105
- uses: pypa/gh-action-pypi-publish@v1.5.1
+ uses: pypa/gh-action-pypi-publish@v1.8.11
106
with:
107
user: __token__
108
password: ${{ secrets.PYPI_UPLOAD }}
0 commit comments