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.
1 parent 09ab305 commit 55460c7Copy full SHA for 55460c7
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
build-n-publish:
11
name: Build and publish Python 🐍 distributions 📦 to PyPI
12
runs-on: ubuntu-latest
13
- if: (github.repository == 'astropy/sphinx-astropy' && (github.event_name == 'tags' || contains(github.event.pull_request.labels.*.name, 'Build wheels')))
+ if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
14
15
steps:
16
- uses: actions/checkout@v2
0 commit comments