Run smoke tests before Docker builds

https://github.com/pypa/gh-action-pypi-publish/pull/230#discussion_r1787027821
This commit is contained in:
Brendon Smith
2024-10-04 18:23:49 -04:00
parent da554410b0
commit 36965cb24a
3 changed files with 8 additions and 11 deletions
-1
View File
@@ -141,7 +141,6 @@ runs:
# Create Docker container action
python create-docker-action.py
env:
EVENT: ${{ github.event_name }}
REF: ${{ steps.set-repo-and-ref.outputs.ref }}
REPO: ${{ steps.set-repo-and-ref.outputs.repo }}
REPO_ID: ${{ steps.set-repo-and-ref.outputs.repo-id }}