Skip to content

Commit ac5765d

Browse files
committed
fix: last time using wrong workflow path
1 parent 18879c3 commit ac5765d

File tree

2 files changed

+1
-44
lines changed

2 files changed

+1
-44
lines changed

.github/workflow/release-please.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
run: python -m build
3939
- name: Publish package
4040
if: ${{ steps.release.outputs.release_created }}
41-
uses: pypa/gh-action-pypi-publish@v1
41+
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
4343
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)