Skip to content

Commit

Permalink
Fix deployment workflow (#4795)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Nov 22, 2024
1 parent 0a91d2c commit c48962e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: move_test_dist
run: |
mkdir -p testsuite/dist
mv dist/MDAnalysisTests-* testsuite/dist
mv dist/mdanalysistests-* testsuite/dist
- name: upload_source_and_wheels
uses: pypa/[email protected]
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: move_test_dist
run: |
mkdir -p testsuite/dist
mv dist/MDAnalysisTests-* testsuite/dist
mv dist/mdanalysistests-* testsuite/dist
- name: upload_tests
uses: pypa/[email protected]
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: move_test_dist
run: |
mkdir -p testsuite/dist
mv dist/MDAnalysisTests-* testsuite/dist
mv dist/mdanalysistests-* testsuite/dist
- name: upload_source_and_wheels
uses: pypa/[email protected]
Expand All @@ -224,7 +224,7 @@ jobs:
- name: move_test_dist
run: |
mkdir -p testsuite/dist
mv dist/MDAnalysisTests-* testsuite/dist
mv dist/mdanalysistests-* testsuite/dist
- name: upload_tests
uses: pypa/[email protected]
Expand Down

0 comments on commit c48962e

Please sign in to comment.