Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eladcon committed May 27, 2024
1 parent 8549daf commit 2580043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -43,7 +43,7 @@ jobs:

# steps:
# - name: Download all the dists
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: python-package-distributions
# path: dist/
Expand All @@ -62,7 +62,7 @@ jobs:

# steps:
# - name: Download all the dists
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: python-package-distributions
# path: dist/
Expand Down

0 comments on commit 2580043

Please sign in to comment.