Update publish.yml (#2040)

This commit is contained in:
Tom Christie 2022-01-24 12:14:00 +00:00 committed by GitHub
parent d299e6ff59
commit 31944b90f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
---
name: Publish
on:
@ -11,6 +10,9 @@ jobs:
name: "Publish release"
runs-on: "ubuntu-latest"
environment:
name: deploy
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"