Skip to content

Commit

Permalink
Correct publish action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed Dec 20, 2023
1 parent edeedf6 commit 59306c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_and_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
name: Wheels ${{ matrix.os }} ${{ matrix.linux_arch }}
# The action/upload-artifact only allows unique filenames for whole run
- name: Build source distribution
if: runner.os == 'Linux' && matrix.linux_arch == 'aarch64'
run: python setup.py sdist
- name: Upload source distribution artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 59306c5

Please sign in to comment.