File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,8 +136,6 @@ jobs:
136136 TEST_PYPI_TOKEN : ${{ secrets.TEST_PYPI_TOKEN }}
137137 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
138138 run : make publish-ci
139- - name : Validate Import
140- run : make publish-validate
141139 - name : Zip Artifacts
142140 run : make release-zip-ci
143141 - name : Add Artifacts to Release
Original file line number Diff line number Diff line change @@ -205,16 +205,6 @@ publish-test-ci:
205205 @echo 🚀 PUBLISH TEST
206206 poetry publish --repository testpypi --username __token__ --password $(TEST_PYPI_TOKEN )
207207
208- publish-validate :
209- @echo ✅ VALIDATE
210- python3 -m pip install --no-deps electionguard
211- python3 -c ' import electionguard'
212-
213- publish-validate-test :
214- @echo ✅ VALIDATE
215- python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps electionguard
216- python3 -c ' import electionguard'
217-
218208# Release
219209release-zip-ci :
220210 @echo 📁 ZIP RELEASE ARTIFACTS
You can’t perform that action at this time.
0 commit comments