Skip to content

Commit

Permalink
change CI to build the dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Weber authored and Lucas Weber committed Apr 19, 2024
1 parent 2986060 commit 409a5dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ jobs:
id-token: write
steps:
# retrieve your distributions here
- uses: actions/checkout@v2
- name: Get the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
- name: Make the build steps for the packaging
run: |
python3 -m pip install --upgrade build
python3 -m build
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ['3.9', '3.11']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 409a5dd

Please sign in to comment.