Skip to content

Commit 60ad259

Browse files
authored
Merge pull request #83 from taskiq-python/develop
chore: new release action
2 parents 11c85c9 + d642e6a commit 60ad259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: python -m build
4040

4141
- name: Publish
42-
uses: pypa/gh-action-pypi-publish@v1.9.0
42+
uses: pypa/gh-action-pypi-publish@release/v1
4343
with:
4444
password: ${{ secrets.PYPI_TOKEN }}
4545
skip-existing: true

0 commit comments

Comments
 (0)