Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
esalx committed Jul 23, 2024
1 parent 1abf243 commit bd02546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: proudust/gh-describe@v2

- name: Get current git tag
run: echo "Will create a test upload for ${{ needs.ghd.outputs.describe }}"
run: echo "Will create a test upload for ${{ steps.ghd.outputs.describe }}"

outputs:
version: ${{ steps.ghd.outputs.describe }}"
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
# only build for python=3.11
CIBW_BUILD: cp311-*
# Use pretend version for testing purposes
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_molli: ${{ jobs.git_describe.version }}
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_molli: ${{ needs.git_describe.version }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down

0 comments on commit bd02546

Please sign in to comment.