Skip to content

Commit

Permalink
Merge pull request #636 from voxel51/main
Browse files Browse the repository at this point in the history
Merge main
  • Loading branch information
benjaminpkane authored Sep 16, 2024
2 parents ae07c6f + d44f054 commit 1036317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
RELEASE_VERSION=$(echo "${{ github.ref }}" | sed 's/^refs\/tags\/v//') python setup.py sdist bdist_wheel
- name: Upload wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheel
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from wheel.bdist_wheel import bdist_wheel


VERSION = "0.12.7"
VERSION = "0.13.0"


class BdistWheelCustom(bdist_wheel):
Expand Down

0 comments on commit 1036317

Please sign in to comment.