Skip to content

Commit 15ec5b1

Browse files
committed
Changing tag to not use underscores
1 parent 13d511b commit 15ec5b1

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -303,27 +303,27 @@ jobs:
303303
print('Asset validation passed')
304304
"
305305
306-
publish:
307-
name: Publish to PyPI
308-
runs-on: ubuntu-latest
309-
needs: [build_wheels, test_wheels]
310-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
311-
environment:
312-
name: pypi
313-
url: https://pypi.org/p/pyhelios
314-
permissions:
315-
id-token: write # Required for trusted publishing
316-
317-
steps:
318-
- name: Download all wheels
319-
uses: actions/download-artifact@v4
320-
with:
321-
pattern: wheels-*
322-
merge-multiple: true
323-
path: wheelhouse
324-
325-
- name: Publish to PyPI
326-
uses: pypa/gh-action-pypi-publish@release/v1
327-
with:
328-
packages-dir: wheelhouse/
329-
verify-metadata: false # Skip metadata verification due to dynamic versioning
306+
# publish:
307+
# name: Publish to PyPI
308+
# runs-on: ubuntu-latest
309+
# needs: [build_wheels, test_wheels]
310+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
311+
# environment:
312+
# name: pypi
313+
# url: https://pypi.org/p/pyhelios
314+
# permissions:
315+
# id-token: write # Required for trusted publishing
316+
#
317+
# steps:
318+
# - name: Download all wheels
319+
# uses: actions/download-artifact@v4
320+
# with:
321+
# pattern: wheels-*
322+
# merge-multiple: true
323+
# path: wheelhouse
324+
#
325+
# - name: Publish to PyPI
326+
# uses: pypa/gh-action-pypi-publish@release/v1
327+
# with:
328+
# packages-dir: wheelhouse/
329+
# verify-metadata: false # Skip metadata verification due to dynamic versioning

0 commit comments

Comments
 (0)