Skip to content

Commit 237cc27

Browse files
authored
fix PyPI release workflow
1 parent 6e56b50 commit 237cc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,5 @@ jobs:
215215
uses: pypa/gh-action-pypi-publish@unstable/v1
216216
with:
217217
repository_url: https://test.pypi.org/legacy/
218-
- if: startsWith(github.ref, 'refs/tags')
218+
- if: startsWith(env.GITHUB_REF, 'refs/tags')
219219
uses: pypa/gh-action-pypi-publish@unstable/v1

0 commit comments

Comments
 (0)