Skip to content

Commit

Permalink
Merge pull request #207 from NNPDF/fix-deployment
Browse files Browse the repository at this point in the history
Fix PyPi deployment
  • Loading branch information
Radonirinaunimi authored Jun 21, 2023
2 parents 1fb178e + c624a7b commit be8569e
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 184 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
uses: N3PDF/workflows/.github/workflows/python-poetry-pypi.yml@v2
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
poetry-extras: "-E mark -E box"
3 changes: 1 addition & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: unit tests


on: push

jobs:
Expand All @@ -13,4 +12,4 @@ jobs:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: ${{ matrix.python-version }}
poetry-extras: "-E mark -E pineappl"
poetry-extras: "-E mark -E box"
Loading

0 comments on commit be8569e

Please sign in to comment.