Skip to content

Commit

Permalink
attempt to fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenclouston committed Nov 21, 2023
1 parent ec1c6ed commit 59b3c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Build with testing version
- name: Extract version from version.py
run: echo "BASE_VERSION=$(python -c 'from version import VERSION; print(VERSION)')" >> $GITHUB_ENV
run: echo "BASE_VERSION=$(python -c 'from authsignal/version import VERSION; print(VERSION)')" >> $GITHUB_ENV
- name: Build a binary wheel and a source tarball (Testing)
run: |
echo "VERSION=${{ env.BASE_VERSION }}.$(git rev-parse --short HEAD)" >> $GITHUB_ENV
Expand Down

0 comments on commit 59b3c42

Please sign in to comment.