Limit PyPI publishing to linux

This commit is contained in:
Timmy Welch 2024-06-23 18:44:53 -07:00
parent beeb6336e9
commit 3cb4dca63f

View File

@ -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