Skip to content

Commit

Permalink
PEP 440 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Feb 2, 2025
1 parent b317578 commit dc3800d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-pypi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
nightly-build:
uses: ./.github/workflows/pypi-build-artifacts.yml # Reference the PyPI build workflow
with:
VERSION: "nightly-$(date +'%Y%m%d')" # Generate nightly version
VERSION: "0.0.0.dev$(date +'%Y%m%d')-nightly" # Generate nightly version
RC: "0" # Reset RC for nightly builds

testpypi-publish:
Expand Down

0 comments on commit dc3800d

Please sign in to comment.