Skip to content

Commit bf4416b

Browse files
committed
change name
1 parent c25e57f commit bf4416b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
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: "0.0.0+$(date +'%Y%m%d')-nightly" # Generate nightly version
31+
VERSION: "0.0.0+nightly-${{ github.run_date }}" # Generate nightly version
3232
RC: "0" # Reset RC for nightly builds
3333

3434
testpypi-publish:
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write # IMPORTANT: mandatory for trusted publishing
4444

4545
steps:
46-
- name: Download all the dists
46+
- name: Download all the artifacts
4747
uses: actions/download-artifact@v4
4848
with:
4949
path: artifacts

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
38-
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]
38+
os: [ macos-14, macos-15 ]
39+
# os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]
3940

4041
steps:
4142
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)