Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Apr 20, 2024
1 parent a95c963 commit e203935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:

publish_python_package:
name: publish python package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
needs:
- test-linux
Expand All @@ -169,7 +170,6 @@ jobs:
name: build-dists
path: dist/
- name: Publish release distributions to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1

build_conda_package:
Expand Down

0 comments on commit e203935

Please sign in to comment.