Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pim_dm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
pim_dm
Commits
6b4dc238
Commit
6b4dc238
authored
Apr 14, 2022
by
Pedro Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix PyPi publish
parent
5a45b31d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
.github/workflows/pythonpublish.yml
.github/workflows/pythonpublish.yml
+5
-2
No files found.
.github/workflows/pythonpublish.yml
View file @
6b4dc238
...
...
@@ -6,7 +6,7 @@ on:
jobs
:
deploy
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
18.04
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Python
...
...
@@ -16,7 +16,7 @@ jobs:
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine
auditwheel
sudo apt install libpcap-dev
-
name
:
Build and publish
env
:
...
...
@@ -24,4 +24,7 @@ jobs:
TWINE_PASSWORD
:
${{ secrets.PYPI_PASSWORD }}
run
:
|
python setup.py sdist bdist_wheel
auditwheel repair dist/*.whl
mv wheelhouse/* dist
rm dist/*.whl
twine upload dist/*
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