Skip to content

Commit dfef962

Browse files
removed artifact
1 parent 595d6fd commit dfef962

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,4 @@ jobs:
7979
shell: bash
8080
if: runner.os == 'Linux'
8181
run: |
82-
CodeEntropyPoseidon -f "CodeEntropy/tests/data/1AKI_prod_60.tpr" "CodeEntropy/tests/data/1AKI_prod_60.trr" -l "protein" -b 2 -e 12 -d 2 -t 2 --wm --res --uatom --topog 5 --solwm --solres --soluatom --solContact
83-
84-
publish:
85-
name: Publish to pypi if tagged
86-
runs-on: ubuntu-latest
87-
steps:
88-
- uses: actions/checkout@v2
89-
- uses: actions/setup-python@v2
90-
- uses: casperdcl/deploy-pypi@v2
91-
with:
92-
password: ${{ secrets.PYPI_API_TOKEN }}
93-
pip: wheel -w dist/ --no-deps .
94-
# only upload if a tag is pushed (otherwise just build & check)
95-
upload: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
82+
CodeEntropyPoseidon -f "CodeEntropy/tests/data/1AKI_prod_60.tpr" "CodeEntropy/tests/data/1AKI_prod_60.trr" -l "protein" -b 2 -e 12 -d 2 -t 2 --wm --res --uatom --topog 5 --solwm --solres --soluatom --solContact

0 commit comments

Comments
 (0)