Skip to content

Commit 9ff5a15

Browse files
committed
PEP 440 compliant
1 parent b317578 commit 9ff5a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-pypi-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
nightly-build:
2929
uses: ./.github/workflows/pypi-build-artifacts.yml # Reference the PyPI build workflow
3030
with:
31-
VERSION: "nightly-$(date +'%Y%m%d')" # Generate nightly version
31+
VERSION: "0.0.0+$(date +'%Y%m%d')-nightly" # Generate nightly version
3232
RC: "0" # Reset RC for nightly builds
3333

3434
testpypi-publish:

0 commit comments

Comments
 (0)