Skip to content

Commit

Permalink
workflows version
Browse files Browse the repository at this point in the history
  • Loading branch information
DSeiferth committed Jan 13, 2024
1 parent 9844a7a commit 54b4d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
python -m unittest
- name: Debug Info
run: |
echo "Current Version: $(python -c "import your_package; print(your_package.__version__)")"
echo "Current Version: $(python -c "import PoreFinding as pf; print(pf.__version__)")"
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: python -m build
- name: Debug Info
run: |
echo "Current Version: $(python -c "import your_package; print(your_package.__version__)")"
echo "Current Version: $(python -c "import PoreFinding as pf; print(pf.__version__)")"
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down

0 comments on commit 54b4d0c

Please sign in to comment.