We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e87517 + 38335dc commit defd205Copy full SHA for defd205
.github/workflows/python.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
nox -s build
32
- name: Publish package
33
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && runner.os == 'ubuntu-latest'
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && runner.os == 'Linux'
34
uses: pypa/gh-action-pypi-publish@master
35
with:
36
user: __token__
0 commit comments