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:
parent
4c2386f5d4
commit
2de1237550
1 changed files with 4 additions and 3 deletions
7
.github/workflows/python-publish.yml
vendored
7
.github/workflows/python-publish.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue