Skip to content

Commit

Permalink
Fix typo in poetry command and mimic packaging guide to amass all dis…
Browse files Browse the repository at this point in the history
…tros
  • Loading branch information
JamesYang007 committed Mar 11, 2024
1 parent 14f7992 commit 452485d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up dependencies
run: |
pip install poetry
poetry install --without dev,docs --no-root
poetry install --without dev,doc --no-root
- name: Install Adelie
run: pip install -e .
- name: Move Mosek license
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up dependencies
run: |
pip install poetry
poetry install --without dev,docs --no-root
poetry install --without test,dev --no-root
- name: Install Adelie
run: pip install -e .
- name: Install pandoc
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: ./wheelhouse/*.whl
path: wheelhouse/

publish-to-pypi:
name: >-
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
path: wheelhouse/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

Expand All @@ -72,7 +72,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
path: wheelhouse/
- name: Sign the dists with Sigstore
uses: sigstore/[email protected]
with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
path: wheelhouse/
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.19.dev16
1.1.19.dev17

0 comments on commit 452485d

Please sign in to comment.