Skip to content

Commit 3970315

Browse files
Add installation of twine to Action workflow
1 parent 5eb82cc commit 3970315

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# This workflow will upload a Python Package using Twine when a release is created
2-
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
3-
4-
# This workflow uses actions that are not certified by GitHub.
5-
# They are provided by a third-party and are governed by
6-
# separate terms of service, privacy policy, and support
7-
# documentation.
8-
91
name: Upload Python Package
102

113
on:
@@ -29,7 +21,7 @@ jobs:
2921
- name: Install dependencies
3022
run: |
3123
python -m pip install --upgrade pip
32-
python -m pip install setuptools
24+
python -m pip install setuptools twine
3325
3426
- name: Build package
3527
run: python setup.py sdist

0 commit comments

Comments
 (0)