1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 15:04:20 +00:00

refactoring gh actions

This commit is contained in:
deadc0de6
2020-10-25 14:51:26 +01:00
parent 70f4ae1cdb
commit bfe63c34f9
3 changed files with 2 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ on:
release:
types: [created]
jobs:
release:
pypi_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2