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 ba08f08 commit ea128b1Copy full SHA for ea128b1
.github/workflows/nightly_release.yml
@@ -59,6 +59,11 @@ jobs:
59
echo "Updated __init__.py to version ${{ steps.version.outputs.nightly_version }}"
60
head tensorcircuit/__init__.py
61
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
+
67
- name: setup build
68
run: |
69
python3 -m build
0 commit comments