Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate PyPI uploads on release #60

Merged
merged 10 commits into from
Sep 29, 2022
Merged

Automate PyPI uploads on release #60

merged 10 commits into from
Sep 29, 2022

Conversation

taufeeque9
Copy link
Collaborator

Fixes #59 by automating PyPI uploads similar to how it's done in imitation.

@codecov
Copy link

codecov bot commented Sep 29, 2022

Codecov Report

Merging #60 (96f6fae) into master (5dfffa5) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #60   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        24    -1     
  Lines          749       752    +3     
=========================================
+ Hits           749       752    +3     
Impacted Files Coverage Δ
src/seals/diagnostics/noisy_obs.py 100.00% <ø> (ø)
src/seals/__init__.py 100.00% <100.00%> (ø)
tests/test_envs.py 100.00% <0.00%> (ø)
src/seals/base_envs.py 100.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@AdamGleave AdamGleave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

.circleci/config.yml Outdated Show resolved Hide resolved
@AdamGleave AdamGleave merged commit 7def17c into master Sep 29, 2022
@AdamGleave AdamGleave deleted the pypi-automate branch September 29, 2022 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add PyPI release automation
2 participants