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
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ jobs:
- name: Publish python package
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I think this is what caused the pypi publish to fail. Since we're now doing OIDC secure publishing, it didn't like that we were also passing a user and password.

Warning: The workflow was run with the 'attestations: true' input, but an explicit password was also set, disabling Trusted Publishing. As a result, the attestations input is ignored.
Warning: Trusted Publishers allows publishing packages to PyPI from automated environments like GitHub Actions without needing to use username/password combinations or API tokens to authenticate with PyPI. Read more: https://docs.pypi.org/trusted-publishers
Warning: A new Trusted Publisher for the currently running publishing workflow can be created by accessing the following link(s) while logged-in as an owner of the package(s):
- https://pypi.org/manage/project/openc3/settings/publishing/?provider=github&owner=OpenC3&repository=cosmos&workflow_filename=release.yml

Checking openc3/python/dist/openc3-7.0.0rc3-py3-none-any.whl: PASSED
Checking openc3/python/dist/openc3-7.0.0rc3.tar.gz: PASSED
Uploading distributions to https://upload.pypi.org/legacy/
Uploading openc3-7.0.0rc3-py3-none-any.whl
WARNING  Error during upload. Retry with the --verbose option for more details. 
ERROR    HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/          
         Invalid or non-existent authentication information. See                
         https://pypi.org/help/#invalid-auth for more information.              

packages-dir: openc3/python/dist
- name: publish common npm packages
if: ${{ github.event.inputs.update_latest == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion openc3-cosmos-cmd-tlm-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ if ENV['OPENC3_DEVEL']
elsif ENV['OPENC3_PATH']
gem 'openc3', :path => ENV['OPENC3_PATH']
else
gem 'openc3', '7.0.0.pre.rc3'
gem 'openc3', '7.0.0.pre.rc4'
end
2 changes: 1 addition & 1 deletion openc3-cosmos-init/plugins/docker-package-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
PLUGINS="/openc3/plugins"
GEMS="/openc3/plugins/gems/"
PACKAGES="packages"
OPENC3_RELEASE_VERSION=7.0.0-rc3
OPENC3_RELEASE_VERSION=7.0.0-rc4

# 2nd argument provides an override for the build folder
FOLDER_NAME=$2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "widgets_src",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-admin",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-bucketexplorer",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-cmdsender",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-cmdtlmserver",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-dataextractor",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-dataviewer",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-handbooks",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-iframe",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-limitsmonitor",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-packetviewer",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-scriptrunner",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-tablemanager",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-tlmgrapher",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-tlmviewer",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openc3/js-common",
"description": "Common library for COSMOS tool development",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://openc3.com",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/tool-base",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"type": "module",
"scripts": {
"serve": "vite build --watch --mode dev-server",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openc3/vue-common",
"description": "Vue component library for COSMOS tool development",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://openc3.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion openc3-cosmos-script-runner-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ if ENV['OPENC3_DEVEL']
elsif ENV['OPENC3_PATH']
gem 'openc3', :path => ENV['OPENC3_PATH']
else
gem 'openc3', '7.0.0.pre.rc3'
gem 'openc3', '7.0.0.pre.rc4'
end
10 changes: 5 additions & 5 deletions openc3/lib/openc3/version.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# encoding: ascii-8bit

OPENC3_VERSION = '7.0.0-rc3'
OPENC3_VERSION = '7.0.0-rc4'
module OpenC3
module Version
MAJOR = '7'
MINOR = '0'
PATCH = '0'
OTHER = 'pre.rc3'
BUILD = '3c2c659a79585f3881e8878d8013b8a1b9fd0bb9'
OTHER = 'pre.rc4'
BUILD = 'c3ea3499cc01801122361524f6ccce2fdfbc35f0'
end
VERSION = '7.0.0-rc3'
GEM_VERSION = '7.0.0.pre.rc3'
VERSION = '7.0.0-rc4'
GEM_VERSION = '7.0.0.pre.rc4'
end
2 changes: 1 addition & 1 deletion openc3/openc3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec = Gem::Specification.new do |s|
end
s.required_ruby_version = '>= 3.0'

s.version = '7.0.0.pre.rc3'
s.version = '7.0.0.pre.rc4'
s.license = "OpenC3"

# Executables
Expand Down
2 changes: 1 addition & 1 deletion openc3/python/openc3/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
__title__ = "openc3"
__description__ = "Python Support for OpenC3 COSMOS"
__url__ = "https://github.com/OpenC3/cosmos"
__version__ = "7.0.0-rc3"
__version__ = "7.0.0-rc4"
2 changes: 1 addition & 1 deletion openc3/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openc3"
version = "7.0.0-rc3"
version = "7.0.0-rc4"
description = "Python support for OpenC3 COSMOS"
authors = [{ name = "Support", email = "support@openc3.com" }]
maintainers = [{ name = "OpenC3 Support", email = "support@openc3.com" }]
Expand Down
2 changes: 1 addition & 1 deletion openc3/templates/tool_angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%= tool_name %>",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion openc3/templates/tool_vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%= tool_name %>",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion openc3/templates/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%= widget_name %>",
"version": "7.0.0-rc3",
"version": "7.0.0-rc4",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading