Skip to content

Commit ea128b1

Browse files
change package name for nightly build on ci
1 parent ba08f08 commit ea128b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
echo "Updated __init__.py to version ${{ steps.version.outputs.nightly_version }}"
6060
head tensorcircuit/__init__.py
6161
62+
- name: Modify pyproject.toml for nightly build
63+
run: |
64+
# Replace the package name
65+
sed -i 's/name = "tensorcircuit-ng"/name = "tensorcircuit-nightly"/' pyproject.toml
66+
6267
- name: setup build
6368
run: |
6469
python3 -m build

0 commit comments

Comments
 (0)