1
0
Fork 0
mirror of https://github.com/correl/openapi-core.git synced 2025-03-20 09:19:22 -09:00

Publish python package on release fix

This commit is contained in:
p1c2u 2021-02-01 22:31:44 +00:00
parent 4c2386f5d4
commit 2de1237550

View file

@ -1,14 +1,15 @@
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: Upload Python Package
name: Publish Python Package
on:
release:
types: [created]
types:
- created
jobs:
deploy:
publish:
runs-on: ubuntu-latest
strategy:
matrix: