Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-harmonics
Commits
b2b1b683
Commit
b2b1b683
authored
Aug 19, 2024
by
Boris Bonev
Browse files
making python3 explicit in workflow
parent
8f054dcb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.github/workflows/deploy_pypi.yml
.github/workflows/deploy_pypi.yml
+5
-5
No files found.
.github/workflows/deploy_pypi.yml
View file @
b2b1b683
...
@@ -19,15 +19,15 @@ jobs:
...
@@ -19,15 +19,15 @@ jobs:
python-version
:
'
3.10'
python-version
:
'
3.10'
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
pip install --upgrade pip
pip
3
install --upgrade pip
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip
3
install torch --index-url https://download.pytorch.org/whl/cpu
-
name
:
Install package
-
name
:
Install package
run
:
|
run
:
|
pip install -e .
pip
3
install -e .
pip install setuptools wheel
pip
3
install setuptools wheel
-
name
:
Build a binary wheel and a source tarball
-
name
:
Build a binary wheel and a source tarball
run
:
|
run
:
|
python setup.py sdist bdist_wheel
python
3
setup.py sdist bdist_wheel
# - name: Publish package to TestPyPI
# - name: Publish package to TestPyPI
# uses: pypa/gh-action-pypi-publish@master
# uses: pypa/gh-action-pypi-publish@master
# with:
# with:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment