Limit PyPI publishing to linux
This commit is contained in:
parent
beeb6336e9
commit
3cb4dca63f
2
.github/workflows/package.yaml
vendored
2
.github/workflows/package.yaml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: "Publish distribution 📦 to PyPI"
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux'
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
||||
- name: Get release name
|
||||
|
Loading…
x
Reference in New Issue
Block a user