Skip to content

Commit

Permalink
Merge pull request #50 from LBL-EESA/wheel_upload_fix
Browse files Browse the repository at this point in the history
Fix wheel upload
  • Loading branch information
taobrienlbl authored Sep 28, 2024
2 parents 3387299 + 043e6dd commit cebd41d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.2
current_version = 2.1.3
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: artifact-*
pattern: wheels-*
merge-multiple: true
path: dist

Expand Down
2 changes: 1 addition & 1 deletion REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3

0 comments on commit cebd41d

Please sign in to comment.