Skip to content

Commit

Permalink
Merge pull request #436 from blue-yonder/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/gh-action-pypi-publish-1.10.1

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1
  • Loading branch information
xhochy authored Sep 17, 2024
2 parents 57fefe9 + 6f7ba38 commit f785b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pixi run python -m build --sdist --no-isolation
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.1
with:
user: __token__
password: ${{ secrets.PYPI_UPLOAD }}
Expand Down

0 comments on commit f785b3c

Please sign in to comment.