Skip to content

Release v3.3.3: TcpServer Hot Fix #18

Release v3.3.3: TcpServer Hot Fix

Release v3.3.3: TcpServer Hot Fix #18

Workflow file for this run

name: Build Package
on:
release:
types: [published]
jobs:
Build-PyPI-Package:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test PyPI
uses: fprime-community/publish-pypi@main
env:
TWINE_PASSWORD: ${{ secrets.TESTPYPI_CREDENTIAL }}
with:
package: "fprime-tools"
- name: PyPI
uses: fprime-community/publish-pypi@main
env:
TWINE_PASSWORD: ${{ secrets.PYPI_CREDENTIAL }}
with:
repo: "pypi"
package: "fprime-tools"