Skip to content

Commit

Permalink
fix: I was changed ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
calenzo committed May 3, 2023
1 parent 617c747 commit d43744f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
types: [created]

jobs:
build-n-publish:
name: Settings system
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
name: Settings system
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@main
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
Expand All @@ -28,4 +27,4 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit d43744f

Please sign in to comment.