Skip to content

Commit

Permalink
Merge pull request #38 from GavinHuttley/main
Browse files Browse the repository at this point in the history
REL: bumped version and fixed release action
  • Loading branch information
GavinHuttley authored Aug 26, 2024
2 parents bb86fca + 1cd2df7 commit fd525ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
- name: Upload sdist and wheel
uses: actions/upload-artifact@v4
with:
name: dvgt-wheel-sdist
name: dvs-wheel-sdist
path: |
./dist/*.whl
./dist/*.tar.gz
release_test:
name: Release to Test PyPI
needs: [build, docbuild]
needs: [build]
environment: release_test
runs-on: ubuntu-latest
permissions:
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Download sdist and wheel
uses: actions/download-artifact@v4
with:
name: dvgt-wheel-sdist
name: dvs-wheel-sdist
path: ./dist

- name: Publish package distributions to Test PyPI
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Download sdist and wheel
uses: actions/download-artifact@v4
with:
name: dvgt-wheel-sdist
name: dvs-wheel-sdist
path: ./dist

- name: Publish package distributions to PyPI
Expand Down
2 changes: 1 addition & 1 deletion src/diverse_seq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# found by h5py
import hdf5plugin # noqa

__version__ = "2024.8.26a2"
__version__ = "2024.8.26a3"

0 comments on commit fd525ee

Please sign in to comment.