You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This workflow will upload a Python Package using Twine when a release is created
2
+
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
3
+
4
+
name: Upload Python Package
5
+
6
+
on:
7
+
push:
8
+
# Sequence of patterns matched against refs/tags
9
+
tags:
10
+
- '*'# Push events to matching v*, i.e. v1.0, v20.15.10
0 commit comments