Skip to content

Commit

Permalink
updated publish.yml to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Nov 15, 2022
1 parent d8caa8f commit f276294
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 26 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Upload Python Package

on:
release:
types: [created]
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.13
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
26 changes: 0 additions & 26 deletions .github/workflows/pythonpublish.yml

This file was deleted.

0 comments on commit f276294

Please sign in to comment.