Skip to content

Commit 665363a

Browse files
committed
ci: replace SETUPTOOLS_SCM_PRETEND_VERSION -> FOR_PYTEST
This way it can only affect pytest. Don't think it matters here but only for consistency.
1 parent 5bc8de2 commit 665363a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
package:
1717
runs-on: ubuntu-latest
1818
env:
19-
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}
19+
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST: ${{ github.event.inputs.version }}
2020
timeout-minutes: 10
2121

2222
# Required by attest-build-provenance-github.

0 commit comments

Comments
 (0)