We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30d0c82 + c5dd5b0 commit 9003647Copy full SHA for 9003647
.github/workflows/conda.yml
@@ -32,7 +32,7 @@ jobs:
32
run: pixi run python -m build --sdist --no-isolation
33
- name: Publish package
34
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'
35
- uses: pypa/gh-action-pypi-publish@v1.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.2
36
with:
37
user: __token__
38
password: ${{ secrets.PYPI_UPLOAD }}
0 commit comments