Skip to content

Commit

Permalink
Update publish.yml (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Jun 14, 2022
1 parent e54ebaa commit 7010bfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TESTPYPI_CREDENTIAL }}
with:
package: "fprime-tools"
steps: "sdist"
- name: PyPI
uses: fprime-community/publish-pypi@main
env:
TWINE_PASSWORD: ${{ secrets.PYPI_CREDENTIAL }}
with:
repo: "pypi"
package: "fprime-tools"
steps: "sdist"

0 comments on commit 7010bfb

Please sign in to comment.