Skip to content

Commit

Permalink
Update python-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter authored May 13, 2024
1 parent b8eacd0 commit fc9acc5
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ jobs:
pip install build
- name: Build package
run: python -m build
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
retention-days: 1

publish:
needs: build
runs-on: ubuntu-latest
Expand All @@ -42,10 +37,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: dist
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@3fbcf7ccf443305955ce16db9de8401f7dc1c7dd
with:
Expand Down

0 comments on commit fc9acc5

Please sign in to comment.