Skip to content

Commit

Permalink
fixed yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza committed May 7, 2024
1 parent 9d04c44 commit ffaac39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit ffaac39

Please sign in to comment.