Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leifgehrmann committed Jun 21, 2024
1 parent 3afa0e6 commit 124a28b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
on:
workflow_dispatch:

jobs:
pypi-publish:
name: upload release to PyPI
Expand All @@ -6,12 +9,11 @@ jobs:
permissions:
id-token: write
steps:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Create dist
run: |
make dist
pwd
ls -l .
python setup.py sdist
ls -l .
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 124a28b

Please sign in to comment.