Skip to content

Commit

Permalink
Fix GH action workflow for release building
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-earthscope committed May 31, 2024
1 parent 6dfdc62 commit 6b3712c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
# To test: repository-url: https://test.pypi.org/legacy/
# To test:
#with:
#repository-url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion src/mseedlib/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

# Package version
__version__ = '0.0.4'
__version__ = '0.0.5'


def libmseed_version():
Expand Down

0 comments on commit 6b3712c

Please sign in to comment.