Skip to content

Commit

Permalink
chore: and again
Browse files Browse the repository at this point in the history
  • Loading branch information
eckelsjd committed Dec 7, 2023
1 parent 0ce1965 commit 23dce33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
permissions:
id-token: write # trusted publishing
steps:
- uses: actions/download-artifacts@v3
- uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/download-artifacts@v3
- uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion src/amisc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
- Author - Joshua Eckels (eckelsjd@umich.edu)
- License - GNU GPLv3
"""
__version__ = "0.0.4"
__version__ = "0.0.5"

0 comments on commit 23dce33

Please sign in to comment.