Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2
  • Loading branch information
xhochy authored Nov 11, 2024
2 parents 30d0c82 + c5dd5b0 commit 9003647
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.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.PYPI_UPLOAD }}
Expand Down

0 comments on commit 9003647

Please # to comment.