Skip to content

Commit

Permalink
simultaneous pypi + release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel.brostrom committed May 25, 2023
1 parent 6fffa56 commit 04081a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Get current package version
id: get_version
run: |
current_version=$(python -c "from your_package import __version__; print(__version__)")
current_version=$(python -c "from boxmot import __version__; print(__version__)")
echo "::set-output name=version::$current_version"
if: ${{ success() }}

Expand Down

0 comments on commit 04081a5

Please sign in to comment.