Skip to content

Commit

Permalink
agrego github actions para publicar
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Nov 26, 2024
1 parent 2edfbd8 commit 154aa73
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build and push to Pypi
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 154aa73

Please sign in to comment.