Skip to content

Commit

Permalink
Publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nenasedk committed Dec 12, 2024
1 parent a3ad0ee commit 50791ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Build release distributions
run: |
# NOTE: put your own distribution build steps here.
python -m pip install build
python -m build
python -m pip install --upgrade pip
python -m pip install flake8 pytest numpy astropy
- name: Upload distributions
uses: actions/upload-artifact@v4
Expand All @@ -55,7 +55,7 @@ jobs:
#
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
# ALTERNATIVE: exactly, uncomment the following line instead:
# url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }}
url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }}

steps:
- name: Retrieve release distributions
Expand Down
12 changes: 0 additions & 12 deletions README.md

This file was deleted.

0 comments on commit 50791ce

Please sign in to comment.