Skip to content

Commit

Permalink
Merge pull request #350 from mfixstsci/remove-publish-to-pypi
Browse files Browse the repository at this point in the history
Remove Publish to pypi
  • Loading branch information
mfixstsci authored Sep 13, 2024
2 parents 545adb2 + de0dee1 commit 77272ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: build

on:
release:
types: [ released ]
pull_request:
workflow_dispatch:

jobs:
build:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
secrets:
pypi_token: ${{ secrets.PYPI_PASSWORD_STSCI_MAINTAINER }}
17 changes: 0 additions & 17 deletions .github/workflows/publish-to-pypi.yml

This file was deleted.

0 comments on commit 77272ff

Please sign in to comment.