Skip to content

πŸ› fixed bug in startup stuff #5

πŸ› fixed bug in startup stuff

πŸ› fixed bug in startup stuff #5

Workflow file for this run

# .github/workflows/ci-cd.yml
jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/trivy-streamlit
permissions:
id-token: write
steps:
# retrieve your distributions here
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1