wangsha / action-s3pypi

github action for s3pypi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action-s3pypi

Github Action for https://github.com/gorilla-co/s3pypi

jobs:
  release-to-s3:
    runs-on: ubuntu-latest
    name: Release python package to s3
    steps:
      - name: Release python package to s3
        uses: wangsha/action-s3pypi@main
        with:
          fail_on_error: "false"
          args: "--bucket pypi.mydomain.com --private --no-wheel"
        

About

github action for s3pypi


Languages

Language:Shell 55.2%Language:Dockerfile 44.8%