Skip to content

Commit

Permalink
update CD PyPI GH Action script
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Aug 14, 2023
1 parent 37546f1 commit a787954
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cd-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build
- name: Build package
run: |
python setup.py sdist bdist_wheel
run: python build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit a787954

Please sign in to comment.