Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cornac
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arthur Batel
cornac
Commits
c71c8681
Commit
c71c8681
authored
4 years ago
by
tqtg
Browse files
Options
Downloads
Patches
Plain Diff
rename linux wheels to suported platform by pypi
parent
5e4c3e81
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/python-publish.yml
+6
-3
6 additions, 3 deletions
.github/workflows/python-publish.yml
with
6 additions
and
3 deletions
.github/workflows/python-publish.yml
+
6
−
3
View file @
c71c8681
...
@@ -34,7 +34,7 @@ jobs:
...
@@ -34,7 +34,7 @@ jobs:
-
name
:
Display Python version
-
name
:
Display Python version
run
:
python -c "import sys; print(sys.version)"
run
:
python -c "import sys; print(sys.version)"
-
name
:
Install GCC
for MacOS using Homebrew
-
name
:
Install GCC
with OpenMP support for MacOS
if
:
matrix.os == 'macos-latest'
if
:
matrix.os == 'macos-latest'
run
:
|
run
:
|
brew reinstall gcc@9
brew reinstall gcc@9
...
@@ -61,12 +61,15 @@ jobs:
...
@@ -61,12 +61,15 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
uses
:
actions/download-artifact@v2
-
uses
:
actions/download-artifact@v2
with
:
with
:
name
:
wheels
name
:
wheels
path
:
dist/
path
:
dist/
-
name
:
Rename Linux wheels to supported platform of PyPI
run
:
for f in dist/*.whl; do mv "$f" "$(echo "$f" | sed s/linux/manylinux1/)"; done
-
name
:
Set up Python
-
name
:
Set up Python
uses
:
actions/setup-python@v2
uses
:
actions/setup-python@v2
with
:
with
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment