Skip to content

Commit

Permalink
[TASK] towards publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Dec 16, 2024
1 parent f517c7f commit 148fddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/orchestration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ jobs:

- name: python-build
uses: ./.github/workflows/composite-action/python-build

pypi-publish:
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install pypa/build
run: python3 -m pip install build --user
# - name: Install pypa/build
# run: python3 -m pip install build --user
- name: Build a source tarball (wheel would have to be manylinux )
run: python3 -m build --sdist
- name: Store the distribution packages
Expand Down

0 comments on commit 148fddb

Please sign in to comment.