Skip to content

Commit 38efee0

Browse files
committed
Remove publish-validate from release github action
1 parent 78f9f62 commit 38efee0

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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
219209
release-zip-ci:
220210
@echo 📁 ZIP RELEASE ARTIFACTS

0 commit comments

Comments
 (0)