Skip to content

Commit

Permalink
Fixed build-and-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenperezm committed Aug 8, 2024
1 parent b4027d0 commit 7b70aad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ jobs:
set -eux
pip install build
python -m build
python -m build --sdist
pip uninstall -y "jupyterlab_reana" jupyterlab
- name: Build sdist
run: |
pip install build
python -m build --sdist
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true
skip-existing: true

0 comments on commit 7b70aad

Please sign in to comment.