Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Jan 30, 2024
1 parent 9a03b06 commit ff44317
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
# see https://github.com/marketplace/actions/publish-python-poetry-package

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.


# See Alos:
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

name: Upload to PyPi
name: Upload Release to PyPi

on:
release:
Expand All @@ -27,25 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v4

# - name: Set up Python
# uses: actions/setup-python@v5
# with:
# python-version: '3.x'

# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install build

$ - name: Build package
$ run: python -m build

# - name: Publish package
# uses: pypa/gh-action-pypi-publish@v1.8.11
# with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}

- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
Expand Down

0 comments on commit ff44317

Please sign in to comment.