Skip to content

Commit

Permalink
🚧 Temporarily disable tag and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pypae committed Aug 26, 2024
1 parent 3e4b834 commit 9f53fa1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build Wheels
# Only run on new tags starting with `v`
on:
push:
tags:
- "v*"
# tags:
# - "v*"

jobs:
build_wheels:
Expand Down Expand Up @@ -51,17 +51,17 @@ jobs:
with:
path: dist/*.tar.gz

upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
with:
name: artifact
path: dist
# upload_pypi:
# needs: [build_wheels, build_sdist]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/download-artifact@v2
# with:
# name: artifact
# path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
# To test: repository_url: https://test.pypi.org/legacy/
# - uses: pypa/gh-action-pypi-publish@release/v1
# with:
# user: __token__
# password: ${{ secrets.pypi_password }}
# # To test: repository_url: https://test.pypi.org/legacy/

0 comments on commit 9f53fa1

Please sign in to comment.