Skip to content

Commit

Permalink
Workflow fix (#424)
Browse files Browse the repository at this point in the history
* fix workflow

* fix

* fix

---------

Co-authored-by: Ruilong Li <[email protected]>
  • Loading branch information
liruilong940607 and Ruilong Li authored Sep 27, 2024
1 parent b6b43e4 commit 4d3a3b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,19 @@ jobs:
name: Upload to PyPi
needs: [build_wheels]
runs-on: ubuntu-latest
environment: production
steps:

- uses: actions/download-artifact@v3
with:
name: pypi_packages
path: dist

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.7'

- name: Install dependencies
run: |
python -m pip install build twine
Expand Down

0 comments on commit 4d3a3b6

Please sign in to comment.