Skip to content

Commit

Permalink
- add pypi deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
resulyurttakalan committed Sep 25, 2022
1 parent 22a71c0 commit bb21f32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Python 🐍 distributions 📦 to PyPI

on: push
on:
push:
tags:
- 'v*'
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
Expand Down

0 comments on commit bb21f32

Please sign in to comment.