Skip to content

Commit

Permalink
Add testpypi step
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmaxfield authored Jan 9, 2025
1 parent 0c6dea6 commit d9b91ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Build and publish to test pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.TESTPYPI }}
repository_name: "jsonschema-fill-default"
repository_url: "https://test.pypi.org/larsmaxfield/jsonschema-fill-default"
#steps:
#- uses: actions/checkout@v3
#- name: Build and publish to pypi
# uses: JRubics/[email protected]
Expand Down

0 comments on commit d9b91ed

Please sign in to comment.