Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Publish Python Package

on:
release:
# Trigger the workflow only for real releases but not for draft releases
types: [created]
# Run when a release is published or a prerelease is published (not on draft creation)
types: [published, prereleased]

jobs:
build:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
path: dist

- name: Publish package 📦 to PyPI
if: github.event_name == 'release'
uses: pypa/[email protected]
with:
verbose: true
verbose: true
skip-existing: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Add `curation_rule` and `curation_rule_text` to the `MappingSet` class and made propagatable ([issue](https://github.com/mapping-commons/sssom/issues/464)).
- Add `cardinality_scope` slot ([issue](https://github.com/mapping-commons/sssom/issues/467)).
- Add new value `0:0` to the `mapping_cardinality_enum` ([issue](https://github.com/mapping-commons/sssom/issues/477)).
- Development snapshots of SSSOM schema can now be released using GitHub's pre-release feature ([issue](https://github.com/mapping-commons/sssom/issues/490))

## SSSOM version 1.0.0

Expand Down