Skip to content

Commit

Permalink
NASA-AMMOS/slim#167: Update documentation links in comments, CHANGELO…
Browse files Browse the repository at this point in the history
…G and version for release. ...
  • Loading branch information
jpl-jengelke committed Oct 31, 2024
1 parent 60ed337 commit 69fa797
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This workflows will upload a Python Package when a release is created
# This workflows will upload a package when a release is created
# For more information see:
# https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
# https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/about-packaging-with-github-actions
# https://docs.pypi.org/trusted-publishers/

name: Upload Python Package

Expand Down
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-01-31
### Templatized Python Starter Kit
- Support of [SLIM project](https://nasa-ammos.github.io/slim/) instructional writeups
- Templatized implementation of best practice documentation
- Automatic publishing to the [PyPi Python Package Index](https://pypi.org/)

## [1.0.1] - 2024-03-15
### Scanning operations
- GitHub Actions-based secrets detection
- GitHub Actions-based SCRUB (CodeQL) analysis
- GitHub Actions-based Pylint static code analysis
- Add updated SLIM Governance documentation

### Added
## [1.0.2] - 2024-10-31
### Trusted Publishing
- Updates to GitHub Actions Workflow file to support Trusted Publishing for PyPi as an OpenID Connect trusted identity provider
- Separate Build and Release into separate segments to support independent management of publishing permissions and allow multiple publishing endpoints
- Utilize `upload-artifact` action to store and retrieve packaged builds during the workflow process

-
-
-
2 changes: 1 addition & 1 deletion slim_sample_project/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.0.2'

0 comments on commit 69fa797

Please sign in to comment.