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
1
name: Upload Python Package
5
2
6
3
on:
7
4
release:
8
5
types: [created]
9
-
6
+
workflow_dispatch:
10
7
jobs:
11
-
deploy:
12
-
8
+
build-n-publish:
9
+
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
0 commit comments