Skip to content

Commit

Permalink
try new v
Browse files Browse the repository at this point in the history
  • Loading branch information
lnthach committed Aug 6, 2024
1 parent 19dc97d commit 50a75df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,24 +112,24 @@ jobs:
if: github.repository_owner == 'mlgig' && always()
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.11'
python-version: '3.12'

- name: Install Twine
- name: Install Twine and Build
run: |
python -m pip install --upgrade pip
pip install twine
pip install twine build
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
id: download
with:
name: wheels
path: ./dist
merge-multiple: true

- name: Publish the source distribution on PyPI
run: |
Expand Down

0 comments on commit 50a75df

Please sign in to comment.