Skip to content

Commit

Permalink
Test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed May 22, 2023
1 parent dc7eef2 commit cf59ef8
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/deploy_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: Build and publish python package to test pypi
on: [push]

jobs:
steps:
- name: Checkout Repository # You must checkout your repository first.
uses: actions/checkout@v3
checkout_build_publish:
steps:
- name: Checkout Repository # You must checkout your repository first.
uses: actions/checkout@v3

- name: Publish Package
uses: celsiusnarhwal/poetry-publish@v2
with:
python-version: 3.11
poetry-version: 1.3.1
token: ${{ secrets.TEST_PYPI_API_TOKEN }}
build: true
repo: "testpypi"
- name: Publish Package
uses: celsiusnarhwal/poetry-publish@v2
with:
python-version: 3.11
poetry-version: 1.3.1
token: ${{ secrets.TEST_PYPI_API_TOKEN }}
build: true
repo: "testpypi"

0 comments on commit cf59ef8

Please sign in to comment.