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 668b6b6 commit 3fee2f4Copy full SHA for 3fee2f4
.github/workflows/wheels.yml
@@ -243,7 +243,7 @@ jobs:
243
name: Ensure commit is tag before upload to PyPi
244
245
#if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi'
246
- needs: [build_wheels, build_sdist]
+ #needs: [build_wheels, build_sdist]
247
runs-on: ubuntu-latest
248
steps:
249
- name: Checkout numpy
@@ -258,6 +258,7 @@ jobs:
258
- name: Examine git commit
259
run: |
260
cd numpy-src
261
+ pwd
262
hash=$(git describe HEAD)
263
if [[ $hash == *"-"*"-"* ]]; then
264
echo "Build version is not a tag"
0 commit comments