We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b317578 commit 9ff5a15Copy full SHA for 9ff5a15
.github/workflows/nightly-pypi-build.yml
@@ -28,7 +28,7 @@ jobs:
28
nightly-build:
29
uses: ./.github/workflows/pypi-build-artifacts.yml # Reference the PyPI build workflow
30
with:
31
- VERSION: "nightly-$(date +'%Y%m%d')" # Generate nightly version
+ VERSION: "0.0.0+$(date +'%Y%m%d')-nightly" # Generate nightly version
32
RC: "0" # Reset RC for nightly builds
33
34
testpypi-publish:
0 commit comments