Skip to content

Commit 9003647

Browse files
authored
Merge pull request #448 from blue-yonder/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.2
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2
2 parents 30d0c82 + c5dd5b0 commit 9003647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pixi run python -m build --sdist --no-isolation
3333
- name: Publish package
3434
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
35+
uses: pypa/gh-action-pypi-publish@v1.12.2
3636
with:
3737
user: __token__
3838
password: ${{ secrets.PYPI_UPLOAD }}

0 commit comments

Comments
 (0)