Skip to content

Commit

Permalink
Update and rename pytest.yml to testpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmunch04 authored Jan 13, 2024
1 parent 29d40d6 commit 7b03643
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: test and publish

on:
push:
Expand Down Expand Up @@ -32,3 +32,7 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 7b03643

Please sign in to comment.