Skip to content

Commit

Permalink
Merge pull request #115 from lsst/tickets/DM-35598-hotfix
Browse files Browse the repository at this point in the history
DM-35598-hotfix: Fix quotes in PyPi upload GHA
  • Loading branch information
mwittgen committed Jul 16, 2022
2 parents d5592c6 + 8925e40 commit 32ad62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 32ad62a

Please sign in to comment.