Skip to content

Commit

Permalink
Update auto-update-publish.yml
Browse files Browse the repository at this point in the history
updated workflow to use .toml format now instead of .setup
  • Loading branch information
alhasacademy96 committed Feb 5, 2024
1 parent 04f2247 commit 82aa51c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-update-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
with:
python-version: 3.9

- name: Install dependencies
- name: Install build tool
run: |
python -m pip install --upgrade pip
pip install .
pip install build
- name: Build binary wheel and a source tarball
- name: Build package
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 82aa51c

Please sign in to comment.