Skip to content

Commit 95cb444

Browse files
Update template values
1 parent 37d4ed5 commit 95cb444

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
env:
1818
LIBRARY_BASE_REPO: NTIA/LFMF
19-
LIBRARY_RELEASE_TAG: v1.0-rc.1
19+
LIBRARY_RELEASE_TAG: v1.1-rc.2
2020
LIBRARY_DESTINATION_DIRECTORY: 'src/ITS/Propagation/LFMF'
2121

2222
jobs:

.github/workflows/release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@ on:
1818
- main
1919
- dev
2020

21-
# TODO-TEMPLATE: Populate environment variables below
22-
# LIBRARY_BASE_REPO: The base repo with the C++ implementation, e.g. "NTIA/itm"
23-
# LIBRARY_RELEASE_TAG: The Git tag identifying a release. Can be a pre-release.
24-
# LIBRARY_DESTINATION_DIRECTORY: Path in this repo where shared library files should be placed
2521
env:
26-
LIBRARY_BASE_REPO: NTIA/proplib-template
27-
LIBRARY_RELEASE_TAG: v1.0
28-
LIBRARY_DESTINATION_DIRECTORY: 'src/ITS/PropLibTemplate/'
22+
LIBRARY_BASE_REPO: NTIA/LFMF
23+
LIBRARY_RELEASE_TAG: v1.1-rc.2
24+
LIBRARY_DESTINATION_DIRECTORY: 'src/ITS/Propagation/LFMF/'
2925

3026
jobs:
3127
build_wheel:

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"upload_type": "software",
3-
"publication_date": "TODO-TEMPLATE",
3+
"publication_date": "2025-1-22",
44
"title": "Low Frequency / Medium Frequency (LF/MF) Propagation Model, Python Wrapper",
55
"creators": [
66
{

0 commit comments

Comments
 (0)