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
ab1285ae
Commit
ab1285ae
authored
Aug 19, 2024
by
Boris Bonev
Browse files
trying different python version
parent
20563f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/deploy_pypi.yml
.github/workflows/deploy_pypi.yml
+6
-6
No files found.
.github/workflows/deploy_pypi.yml
View file @
ab1285ae
...
@@ -15,18 +15,18 @@ jobs:
...
@@ -15,18 +15,18 @@ jobs:
-
name
:
Set up Python
3.9
-
name
:
Set up Python
3.9
uses
:
actions/setup-python@v5
uses
:
actions/setup-python@v5
with
:
with
:
python-version
:
'
pypy3.9
'
python-version
:
'
3.10
'
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
python
3
-m pip install --upgrade pip
python -m pip install --upgrade pip
python
3
-m pip install torch --index-url https://download.pytorch.org/whl/cpu
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
-
name
:
Install package
-
name
:
Install package
run
:
|
run
:
|
python
3
-m pip install -e .
python -m pip install -e .
pip
3
install setuptools wheel
pip install setuptools wheel
-
name
:
Build a binary wheel and a source tarball
-
name
:
Build a binary wheel and a source tarball
run
:
|
run
:
|
python
3
setup.py sdist bdist_wheel
python 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