Skip to content

Commit

Permalink
I did a silly and changed a comment in master
Browse files Browse the repository at this point in the history
Signed-off-by: David Turner <[email protected]>
  • Loading branch information
DavidT3 committed Apr 25, 2024
1 parent e2a9637 commit 1999430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
python-version: 3.8

# The next two chunks set up PIP properly and build the module
# Sets up PIP properly
- name: Install pypa/build
run: >-
python -m
Expand All @@ -61,6 +61,7 @@ jobs:
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" setup.py
# Builds the module
- name: Build a binary wheel and source tarball
run: >-
python -m
Expand Down

0 comments on commit 1999430

Please sign in to comment.