Skip to content

Commit 01d7407

Browse files
authored
Correct deployment target for deploy workflow (2 lines) (pyccel#1872)
The deploy job does not checkout the correct branch which means that the wrong code is pushed to PyPI. This PR corrects the branch that is checked out.
1 parent 1386fe6 commit 01d7407

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838
with:
3939
submodules: true
40+
ref: main
4041
- name: Install dependencies
4142
uses: ./.github/actions/linux_install
4243
- name: Update build

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ All notable changes to this project will be documented in this file.
9191
- \[INTERNALS\] Remove unused/unnecessary functions in `pyccel.parser.utilities` : `read_file`, `header_statement`, `accelerator_statement`, `get_module_name`, `view_tree`.
9292
- \[INTERNALS\] Remove unused functions `Errors.unset_target`, and `Errors.reset_target`.
9393

94-
## \[1.12.0\] - 2024-05-08
94+
## \[1.12.0\] - 2024-05-13
9595

9696
### Added
9797

0 commit comments

Comments
 (0)