Skip to content

Commit 3fee2f4

Browse files
committed
MAINT: remove spaces
1 parent 668b6b6 commit 3fee2f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
name: Ensure commit is tag before upload to PyPi
244244

245245
#if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi'
246-
needs: [build_wheels, build_sdist]
246+
#needs: [build_wheels, build_sdist]
247247
runs-on: ubuntu-latest
248248
steps:
249249
- name: Checkout numpy
@@ -258,6 +258,7 @@ jobs:
258258
- name: Examine git commit
259259
run: |
260260
cd numpy-src
261+
pwd
261262
hash=$(git describe HEAD)
262263
if [[ $hash == *"-"*"-"* ]]; then
263264
echo "Build version is not a tag"

0 commit comments

Comments
 (0)