Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanElsner committed Jan 11, 2024
1 parent 695f392 commit 4f9fe16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
run: python -m pip install cibuildwheel==2.16.2
- name: Build using cibuildwheel
run: ./bin/build.sh "${{ matrix.libfranka-version }}"
- name: test
run: ls -la ./archive/
- uses: actions/upload-artifact@v3
with:
path: ./archive/panda_py_${{ env.VERSION }}_libfranka_${{ matrix.libfranka-version }}.zip
Expand All @@ -39,7 +37,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install requirements
run: ./bin/before_install_ubuntu.sh
run: |
./bin/before_install_ubuntu.sh
python -m pip install build
- name: Build package
run: python -m build .
- uses: pypa/gh-action-pypi-publish@v1.5.0
Expand Down

0 comments on commit 4f9fe16

Please sign in to comment.